ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegion Class / Exclude Method / Exclude(PointF[]) Method
Polygon points

In This Topic
    Exclude(PointF[]) Method
    In This Topic
    Exclude polygon from the region.
    Syntax
    'Declaration
     
    Public Overloads Sub Exclude( _
       ByVal polygonPoints() As PointF _
    ) 
    public void Exclude( 
       PointF[] polygonPoints
    )

    Parameters

    polygonPoints
    Polygon points
    See Also